Metadata-Version: 2.1
Name: He-s-Dead-Jim
Version: 1.0.4
Summary: A command-line tool for finding and reporting dead/broken links in a file or webpage.
Home-page: https://github.com/chrispinkney/He-s-Dead-Jim
Author: Chris Pinkney
Author-email: hey@chrispinkney.com
License: UNKNOWN
Description: <p align="center">
          <img src="..\assets\hdj\hdj.gif" alt="He's Dead, Jim" width="738">
        </p>
        
        # Table of Contents
        
        - [Scope](#scope)
        - [How It Works](#how-it-works)
        - [Libraries](#libraries)
        - [Optional Features](#optional-features)
        - [Usage](#usage)
        - [Issues](#issues)
        - [TODO](https://github.com/chrispinkney/He-s-Dead-Jim/wiki/TODO)
        - [Contribution](#contribution)
        - [Licence](#licence)
        
        ## He's Dead, Jim (Release 0.1)
        
        #### Scope
        
        For our first project we are tasked with building a command-line tool for finding and reporting dead links (e.g., broken URLs) in a file. Users might use the tool to help locate broken URLs in an HTML page, for example. The tool can be written in any programming language.
        
        #### How It Works
        
        He's Dead, Jim aggregates (a fancy word for saying _grabs_) all href tags on a single page/file and creates get requests for each link on the page. Those requests are then reported back to the user along with the status code and a delightful colour coded message indicating the status of each link.
        
        #### Optional Features
        
        He's Dead Jim features the following optional features:
        
        - Colourized output. Good URLs are printed in green, bad URLs are printed in red, and unknown URLs in gray.
        - -v can be supplied to the program for current version information.
        - Program incorporates multi-threading to allow for parallelization of the program.
        
        #### Usage
        
        Install [Python](https://www.python.org/downloads/) on your machine and reboot. Then:
        
        > git clone https://github.com/chrispinkney/He-s-Dead-Jim.git
        
        > cd He-s-Dead-Jim
        
        > pip install -r requirements.txt
        
        > python src/hdj.py
        
        #### Issues
        
        Current issues in the projects can be found on the [repo's issues page](https://github.com/chrispinkney/He-s-Dead-Jim/issues).
        
        #### Contribution
        
        Please be sure to read [CONTRIBUTING.md](CONTRIBUTING.md) prior to any development.
        Feel free to make a Pull Request or Issue regarding and functionality and I'll get to it ASAP.
        
        #### Licence
        
        MIT License - A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
